home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
net
/
dnet2_10_13.lha
/
DNet
/
Amiga
/
Sourcen.lha
/
client
/
defs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-14
|
536b
|
28 lines
/*
* DEFS.H
*/
#define NOEXT
#include <exec/types.h>
#include <proto/all.h>
#include <devices/conunit.h>
#include <intuition/intuition.h>
#include <dos.h>
#include "/dnet/dnet.h"
#include "/dnet/channel.h"
#include "/lib/dnetlib.h"
#include "/server/servers.h"
typedef struct IntuiMessage IMESS;
typedef struct IntuiText ITEXT;
typedef struct Menu MENU;
typedef struct MenuItem ITEM;
typedef struct TextAttr TA;
typedef struct TextFont FONT;
typedef struct Library LIB;
typedef struct FileInfoBlock FIB;